// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.google.gson.internal.bind; import java.io.Writer; final class e extends Writer { e() { } public void close() { throw new AssertionError(); } public void flush() { throw new AssertionError(); } public void write(char ac[], int i, int j) { throw new AssertionError(); } }